diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-18 10:10:07 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-10-21 14:56:43 +1000 |
commit | 95e82747d6e2abc513bfae416e6009968985d05b (patch) | |
tree | 12791f13a15d89f7ea8e22a8e0243edb498cb95d /arch/m68k/Kconfig.machine | |
parent | 7a79a80f50a9c7f76b257a3a55dd6a055e6893cf (diff) | |
download | op-kernel-dev-95e82747d6e2abc513bfae416e6009968985d05b.zip op-kernel-dev-95e82747d6e2abc513bfae416e6009968985d05b.tar.gz |
m68k: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.machine')
-rw-r--r-- | arch/m68k/Kconfig.machine | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 7d5c20b..ef4a26a 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -303,9 +303,6 @@ config COBRA5282 help Support for the senTec COBRA5282 board. -config EMAC_INC - bool - config SOM5282EM bool "EMAC.Inc SOM5282EM board support" depends on M528x @@ -371,27 +368,21 @@ config FIREBEE help Support for the FireBee ColdFire 5475 based board. -config HW_FEITH - bool - config CLEOPATRA bool "Feith CLEOPATRA board support" depends on (M5307 || M5407) - select HW_FEITH help Support for the Feith Cleopatra boards. config CANCam bool "Feith CANCam board support" depends on M5272 - select HW_FEITH help Support for the Feith CANCam board. config SCALES bool "Feith SCALES board support" depends on M5272 - select HW_FEITH help Support for the Feith SCALES board. @@ -438,13 +429,6 @@ if !MMU || COLDFIRE comment "Machine Options" -config ROMFS_FROM_ROM - bool "ROMFS image not RAM resident" - depends on (NETtel || SNAPGEAR) - help - The ROMfs filesystem will stay resident in the FLASH/ROM, not be - moved into RAM. - config UBOOT bool "Support for U-Boot command line parameters" help @@ -524,33 +508,6 @@ config KERNELBASE a system with the RAM based at address 0, and leaving enough room for the theoretical maximum number of 256 vectors. -choice - prompt "RAM bus width" - default RAMAUTOBIT - -config RAMAUTOBIT - bool "AUTO" - help - Select the physical RAM data bus size. Not needed on most platforms, - so you can generally choose AUTO. - -config RAM8BIT - bool "8bit" - help - Configure RAM bus to be 8 bits wide. - -config RAM16BIT - bool "16bit" - help - Configure RAM bus to be 16 bits wide. - -config RAM32BIT - bool "32bit" - help - Configure RAM bus to be 32 bits wide. - -endchoice - comment "ROM configuration" config ROM |