]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pc104: move PC104 option to drivers/Kconfig
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 22 Jul 2025 23:54:31 +0000 (16:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 09:42:16 +0000 (11:42 +0200)
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>
drivers/Kconfig
init/Kconfig

index 7c556c5ac4fddca16a47532d524f738e8e3f6a75..5b85e21b55d91568083ab14a3c61ffcd032af756 100644 (file)
@@ -10,6 +10,12 @@ source "drivers/cxl/Kconfig"
 source "drivers/pcmcia/Kconfig"
 source "drivers/rapidio/Kconfig"
 
+config PC104
+       bool "PC/104 support" if EXPERT
+       help
+         Expose PC/104 form factor device drivers and options available for
+         selection and configuration. Enable this option if your target
+         machine has a PC/104 bus.
 
 source "drivers/base/Kconfig"
 
index af4c2f0854554bbcdf193852cf5c1d2c2accc64f..6fb5f6fc0b0c16cfdc8236da893639f7c3c0f46f 100644 (file)
@@ -1866,13 +1866,6 @@ config CACHESTAT_SYSCALL
 
          If unsure say Y here.
 
-config PC104
-       bool "PC/104 support" if EXPERT
-       help
-         Expose PC/104 form factor device drivers and options available for
-         selection and configuration. Enable this option if your target
-         machine has a PC/104 bus.
-
 config KALLSYMS
        bool "Load all symbols for debugging/ksymoops" if EXPERT
        default y