From 8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 11 Oct 2015 18:11:54 +0200 Subject: style changes, boolean -> bool, no prompt where not strictly required --- target/linux/config/Config.in.pcmcia | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'target/linux/config/Config.in.pcmcia') diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia index 27c8ab100..bb40d8274 100644 --- a/target/linux/config/Config.in.pcmcia +++ b/target/linux/config/Config.in.pcmcia @@ -5,29 +5,27 @@ menu "PCMCIA/CardBus support" depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU config ADK_KERNEL_CARDBUS - boolean + bool config ADK_KERNEL_PCMCIA_PROBE - boolean + bool config ADK_KERNEL_SERIAL_8250_EXTENDED - boolean + bool config ADK_KERNEL_SERIAL_8250_SHARE_IRQ - boolean + bool select ADK_KERNEL_SERIAL_8250_EXTENDED config ADK_KERNEL_PCMCIA_PXA2XX - boolean + bool config ADK_KERNEL_PCCARD - prompt "PCCARD support" - tristate + tristate "PCCARD support" default n config ADK_KERNEL_PCMCIA - prompt "16-bit PCMCIA support" - tristate + tristate "16-bit PCMCIA support" depends on ADK_KERNEL_PCCARD select ADK_KERNEL_FW_LOADER select ADK_KERNEL_CRC32 @@ -35,18 +33,16 @@ config ADK_KERNEL_PCMCIA default n config ADK_KERNEL_YENTA - prompt "32-bit CardBus support" - tristate + tristate "32-bit CardBus support" depends on ADK_KERNEL_PCCARD depends on ADK_TARGET_WITH_CARDBUS select ADK_KERNEL_CARDBUS default n config ADK_KERNEL_SERIAL_8250_CS - prompt "PCMCIA/CardBus serial device support" - tristate - default n + tristate "PCMCIA/CardBus serial device support" select ADK_KERNEL_SERIAL_8250_SHARE_IRQ depends on ADK_KERNEL_PCMCIA && !ADK_TARGET_QEMU + default n endmenu -- cgit v1.2.3