Skip to content

Commit 61a789a

Browse files
rddunlapgregkh
authored andcommitted
pc104: move PC104 option to drivers/Kconfig
Put the PC104 kconfig option in drivers/Kconfig along with other buses (AMBA, EISA, PCI, CXL, PCCard, & RapidIO). This localizes PC104 with option bus kconfig options to make it easier to find. Signed-off-by: Randy Dunlap <[email protected]> Acked-by: William Breathitt Gray <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 93b17c6 commit 61a789a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

drivers/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ source "drivers/cxl/Kconfig"
1010
source "drivers/pcmcia/Kconfig"
1111
source "drivers/rapidio/Kconfig"
1212

13+
config PC104
14+
bool "PC/104 support" if EXPERT
15+
help
16+
Expose PC/104 form factor device drivers and options available for
17+
selection and configuration. Enable this option if your target
18+
machine has a PC/104 bus.
1319

1420
source "drivers/base/Kconfig"
1521

init/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,13 +1866,6 @@ config CACHESTAT_SYSCALL
18661866

18671867
If unsure say Y here.
18681868

1869-
config PC104
1870-
bool "PC/104 support" if EXPERT
1871-
help
1872-
Expose PC/104 form factor device drivers and options available for
1873-
selection and configuration. Enable this option if your target
1874-
machine has a PC/104 bus.
1875-
18761869
config KALLSYMS
18771870
bool "Load all symbols for debugging/ksymoops" if EXPERT
18781871
default y

0 commit comments

Comments
 (0)