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

Configure Feed

Select the types of activity you want to include in your feed.

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 <rdunlap@infradead.org>
Acked-by: William Breathitt Gray <wbg@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250722235431.3671754-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
61a789ad 93b17c6a

+6 -7
+6
drivers/Kconfig
··· 10 10 source "drivers/pcmcia/Kconfig" 11 11 source "drivers/rapidio/Kconfig" 12 12 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. 13 19 14 20 source "drivers/base/Kconfig" 15 21
-7
init/Kconfig
··· 1866 1866 1867 1867 If unsure say Y here. 1868 1868 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 - 1876 1869 config KALLSYMS 1877 1870 bool "Load all symbols for debugging/ksymoops" if EXPERT 1878 1871 default y