Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] Kconfig: unwanted menus for s390.

Disable some more menus in the configuration files that are of no
interest to a s390 machine.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

+8 -3
+1
drivers/dma/Kconfig
··· 3 3 # 4 4 5 5 menu "DMA Engine support" 6 + depends on !S390 6 7 7 8 config DMA_ENGINE 8 9 bool "Support for DMA engines"
+1
drivers/input/Kconfig
··· 3 3 # 4 4 5 5 menu "Input device support" 6 + depends on !S390 6 7 7 8 config INPUT 8 9 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EMBEDDED
+1
drivers/isdn/Kconfig
··· 3 3 # 4 4 5 5 menu "ISDN subsystem" 6 + depends on !S390 6 7 7 8 config ISDN 8 9 tristate "ISDN support"
+1
drivers/net/phy/Kconfig
··· 3 3 # 4 4 5 5 menu "PHY device support" 6 + depends on !S390 6 7 7 8 config PHYLIB 8 9 tristate "PHY Device support and infrastructure"
+1
drivers/rtc/Kconfig
··· 3 3 # 4 4 5 5 menu "Real Time Clock" 6 + depends on !S390 6 7 7 8 config RTC_LIB 8 9 tristate
+1 -1
net/ax25/Kconfig
··· 3 3 # 4 4 5 5 menuconfig HAMRADIO 6 - depends on NET 6 + depends on NET && !S390 7 7 bool "Amateur Radio support" 8 8 help 9 9 If you want to connect your Linux box to an amateur radio, answer Y
+1 -1
net/bluetooth/Kconfig
··· 3 3 # 4 4 5 5 menuconfig BT 6 - depends on NET 6 + depends on NET && !S390 7 7 tristate "Bluetooth subsystem support" 8 8 help 9 9 Bluetooth is low-cost, low-power, short-range wireless technology.
+1 -1
net/irda/Kconfig
··· 3 3 # 4 4 5 5 menuconfig IRDA 6 - depends on NET 6 + depends on NET && !S390 7 7 tristate "IrDA (infrared) subsystem support" 8 8 select CRC_CCITT 9 9 ---help---