diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 21:59:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 21:59:59 +0100 |
commit | e7b64391baff6969adeb7b0152c0317a9398fdda (patch) | |
tree | 7a5ce6fcfed620cf8e9fca388891e5a1cefb851a /arch/arm/mach-h720x/Kconfig | |
parent | 947906a6848a25a8ea4b09c9067654bb700d1534 (diff) | |
download | op-kernel-dev-e7b64391baff6969adeb7b0152c0317a9398fdda.zip op-kernel-dev-e7b64391baff6969adeb7b0152c0317a9398fdda.tar.gz |
ARM: kill Hynix h720x platform
The platform was merged about 10 years ago, and has seen few updates
for most of the time since. The people that merged the code seem
no longer interested in it either, so let's remove it now.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-h720x/Kconfig')
-rw-r--r-- | arch/arm/mach-h720x/Kconfig | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/arch/arm/mach-h720x/Kconfig b/arch/arm/mach-h720x/Kconfig deleted file mode 100644 index 6bb755b..0000000 --- a/arch/arm/mach-h720x/Kconfig +++ /dev/null @@ -1,40 +0,0 @@ -if ARCH_H720X - -menu "h720x Implementations" - -config ARCH_H7201 - bool "gms30c7201" - depends on ARCH_H720X - select CPU_H7201 - select ZONE_DMA - help - Say Y here if you are using the Hynix GMS30C7201 Reference Board - -config ARCH_H7202 - bool "hms30c7202" - depends on ARCH_H720X - select CPU_H7202 - select ZONE_DMA - help - Say Y here if you are using the Hynix HMS30C7202 Reference Board - -endmenu - -config CPU_H7201 - bool - help - Select code specific to h7201 variants - -config CPU_H7202 - bool - help - Select code specific to h7202 variants -config H7202_SERIAL23 - depends on CPU_H7202 - bool "Use serial ports 2+3" - help - Say Y here if you wish to use serial ports 2+3. They share their - pins with the keyboard matrix controller, so you have to decide. - - -endif |