Skip to content
Snippets Groups Projects
Commit fa1b5d09 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull Kconfig consolidation from Masahiro Yamada:
 "Consolidation of Kconfig files by Christoph Hellwig.

  Move the source statements of arch-independent Kconfig files instead
  of duplicating the includes in every arch/$(SRCARCH)/Kconfig"

* tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kconfig: add a Memory Management options" menu
  kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
  kconfig: use a menu in arch/Kconfig to reduce clutter
  kconfig: include kernel/Kconfig.preempt from init/Kconfig
  Kconfig: consolidate the "Kernel hacking" menu
  kconfig: include common Kconfig files from top-level Kconfig
  kconfig: remove duplicate SWAP symbol defintions
  um: create a proper drivers Kconfig
  um: cleanup Kconfig files
  um: stop abusing KBUILD_KCONFIG
parents 01f0e5cd 59e0b520
No related branches found
No related tags found
No related merge requests found
Showing with 49 additions and 276 deletions
...@@ -9,4 +9,24 @@ comment "Compiler: $(CC_VERSION_TEXT)" ...@@ -9,4 +9,24 @@ comment "Compiler: $(CC_VERSION_TEXT)"
source "scripts/Kconfig.include" source "scripts/Kconfig.include"
source "arch/$(SRCARCH)/Kconfig" source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "fs/Kconfig.binfmt"
source "mm/Kconfig"
source "net/Kconfig"
source "drivers/Kconfig"
source "fs/Kconfig"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
source "lib/Kconfig.debug"
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
# General architecture dependent options # General architecture dependent options
# #
#
# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can
# override the default values in this file.
#
source "arch/$(SRCARCH)/Kconfig"
menu "General architecture-dependent options"
config CRASH_CORE config CRASH_CORE
bool bool
...@@ -734,6 +742,9 @@ config COMPAT_32BIT_TIME ...@@ -734,6 +742,9 @@ config COMPAT_32BIT_TIME
config ARCH_NO_COHERENT_DMA_MMAP config ARCH_NO_COHERENT_DMA_MMAP
bool bool
config ARCH_NO_PREEMPT
bool
config CPU_NO_EFFICIENT_FFS config CPU_NO_EFFICIENT_FFS
def_bool n def_bool n
...@@ -833,3 +844,5 @@ config REFCOUNT_FULL ...@@ -833,3 +844,5 @@ config REFCOUNT_FULL
source "kernel/gcov/Kconfig" source "kernel/gcov/Kconfig"
source "scripts/gcc-plugins/Kconfig" source "scripts/gcc-plugins/Kconfig"
endmenu
...@@ -4,6 +4,7 @@ config ALPHA ...@@ -4,6 +4,7 @@ config ALPHA
default y default y
select ARCH_MIGHT_HAVE_PC_PARPORT select ARCH_MIGHT_HAVE_PC_PARPORT
select ARCH_MIGHT_HAVE_PC_SERIO select ARCH_MIGHT_HAVE_PC_SERIO
select ARCH_NO_PREEMPT
select ARCH_USE_CMPXCHG_LOCKREF select ARCH_USE_CMPXCHG_LOCKREF
select HAVE_AOUT select HAVE_AOUT
select HAVE_IDE select HAVE_IDE
...@@ -74,9 +75,6 @@ config PGTABLE_LEVELS ...@@ -74,9 +75,6 @@ config PGTABLE_LEVELS
int int
default 3 default 3
source "init/Kconfig"
source "kernel/Kconfig.freezer"
config AUDIT_ARCH config AUDIT_ARCH
bool bool
...@@ -573,8 +571,6 @@ config ARCH_DISCONTIGMEM_ENABLE ...@@ -573,8 +571,6 @@ config ARCH_DISCONTIGMEM_ENABLE
or have huge holes in the physical address space for other reasons. or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa.rst> for more. See <file:Documentation/vm/numa.rst> for more.
source "mm/Kconfig"
config NUMA config NUMA
bool "NUMA Support (EXPERIMENTAL)" bool "NUMA Support (EXPERIMENTAL)"
depends on DISCONTIGMEM && BROKEN depends on DISCONTIGMEM && BROKEN
...@@ -713,28 +709,11 @@ config SRM_ENV ...@@ -713,28 +709,11 @@ config SRM_ENV
This driver is also available as a module and will be called This driver is also available as a module and will be called
srm_env then. srm_env then.
source "fs/Kconfig.binfmt"
endmenu endmenu
source "net/Kconfig"
source "drivers/Kconfig"
source "fs/Kconfig"
source "arch/alpha/Kconfig.debug"
# DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig # DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
# but we also need it if VGA_HOSE is set # but we also need it if VGA_HOSE is set
config DUMMY_CONSOLE config DUMMY_CONSOLE
bool bool
depends on VGA_HOSE depends on VGA_HOSE
default y default y
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menu "Kernel hacking"
source "lib/Kconfig.debug"
config EARLY_PRINTK config EARLY_PRINTK
bool bool
...@@ -39,5 +36,3 @@ config MATHEMU ...@@ -39,5 +36,3 @@ config MATHEMU
This option is required for IEEE compliant floating point arithmetic This option is required for IEEE compliant floating point arithmetic
on the Alpha. The only time you would ever not say Y is to say M in on the Alpha. The only time you would ever not say Y is to say M in
order to debug the code. Say Y unless you know what you are doing. order to debug the code. Say Y unless you know what you are doing.
endmenu
...@@ -97,9 +97,6 @@ config HAVE_ARCH_TRANSPARENT_HUGEPAGE ...@@ -97,9 +97,6 @@ config HAVE_ARCH_TRANSPARENT_HUGEPAGE
def_bool y def_bool y
depends on ARC_MMU_V4 depends on ARC_MMU_V4
source "init/Kconfig"
source "kernel/Kconfig.freezer"
menu "ARC Architecture Configuration" menu "ARC Architecture Configuration"
menu "ARC Platform/SoC/Board" menu "ARC Platform/SoC/Board"
...@@ -551,24 +548,13 @@ config ARC_BUILTIN_DTB_NAME ...@@ -551,24 +548,13 @@ config ARC_BUILTIN_DTB_NAME
Set the name of the DTB to embed in the vmlinux binary Set the name of the DTB to embed in the vmlinux binary
Leaving it blank selects the minimal "skeleton" dtb Leaving it blank selects the minimal "skeleton" dtb
source "kernel/Kconfig.preempt"
menu "Executable file formats"
source "fs/Kconfig.binfmt"
endmenu
endmenu # "ARC Architecture Configuration" endmenu # "ARC Architecture Configuration"
source "mm/Kconfig"
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int "Maximum zone order" int "Maximum zone order"
default "12" if ARC_HUGEPAGE_16M default "12" if ARC_HUGEPAGE_16M
default "11" default "11"
source "net/Kconfig"
source "drivers/Kconfig"
menu "Bus Support" menu "Bus Support"
config PCI config PCI
...@@ -589,9 +575,4 @@ source "drivers/pci/Kconfig" ...@@ -589,9 +575,4 @@ source "drivers/pci/Kconfig"
endmenu endmenu
source "fs/Kconfig"
source "arch/arc/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
source "kernel/power/Kconfig" source "kernel/power/Kconfig"
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menu "Kernel hacking"
source "lib/Kconfig.debug"
config 16KSTACKS config 16KSTACKS
bool "Use 16Kb for kernel stacks instead of 8Kb" bool "Use 16Kb for kernel stacks instead of 8Kb"
...@@ -11,5 +8,3 @@ config 16KSTACKS ...@@ -11,5 +8,3 @@ config 16KSTACKS
This increases the resident kernel footprint and will cause less This increases the resident kernel footprint and will cause less
threads to run on the system and also increase the pressure threads to run on the system and also increase the pressure
on the VM subsystem for higher order allocations. on the VM subsystem for higher order allocations.
endmenu
...@@ -299,10 +299,6 @@ config PGTABLE_LEVELS ...@@ -299,10 +299,6 @@ config PGTABLE_LEVELS
default 3 if ARM_LPAE default 3 if ARM_LPAE
default 2 default 2
source "init/Kconfig"
source "kernel/Kconfig.freezer"
menu "System Type" menu "System Type"
config MMU config MMU
...@@ -1481,8 +1477,6 @@ config ARCH_NR_GPIO ...@@ -1481,8 +1477,6 @@ config ARCH_NR_GPIO
If unsure, leave the default value. If unsure, leave the default value.
source kernel/Kconfig.preempt
config HZ_FIXED config HZ_FIXED
int int
default 200 if ARCH_EBSA110 default 200 if ARCH_EBSA110
...@@ -1717,8 +1711,6 @@ config ARM_MODULE_PLTS ...@@ -1717,8 +1711,6 @@ config ARM_MODULE_PLTS
Disabling this is usually safe for small single-platform Disabling this is usually safe for small single-platform
configurations. If unsure, say y. configurations. If unsure, say y.
source "mm/Kconfig"
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int "Maximum zone order" int "Maximum zone order"
default "12" if SOC_AM33XX default "12" if SOC_AM33XX
...@@ -2171,12 +2163,6 @@ config KERNEL_MODE_NEON ...@@ -2171,12 +2163,6 @@ config KERNEL_MODE_NEON
endmenu endmenu
menu "Userspace binary formats"
source "fs/Kconfig.binfmt"
endmenu
menu "Power management options" menu "Power management options"
source "kernel/power/Kconfig" source "kernel/power/Kconfig"
...@@ -2197,23 +2183,10 @@ config ARCH_HIBERNATION_POSSIBLE ...@@ -2197,23 +2183,10 @@ config ARCH_HIBERNATION_POSSIBLE
endmenu endmenu
source "net/Kconfig"
source "drivers/Kconfig"
source "drivers/firmware/Kconfig" source "drivers/firmware/Kconfig"
source "fs/Kconfig"
source "arch/arm/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
if CRYPTO if CRYPTO
source "arch/arm/crypto/Kconfig" source "arch/arm/crypto/Kconfig"
endif endif
source "lib/Kconfig"
source "arch/arm/kvm/Kconfig" source "arch/arm/kvm/Kconfig"
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menu "Kernel hacking"
source "lib/Kconfig.debug"
config ARM_PTDUMP_CORE config ARM_PTDUMP_CORE
def_bool n def_bool n
...@@ -1863,5 +1860,3 @@ config PID_IN_CONTEXTIDR ...@@ -1863,5 +1860,3 @@ config PID_IN_CONTEXTIDR
are planning to use hardware trace tools with this kernel. are planning to use hardware trace tools with this kernel.
source "drivers/hwtracing/coresight/Kconfig" source "drivers/hwtracing/coresight/Kconfig"
endmenu
...@@ -279,10 +279,6 @@ config ARCH_SUPPORTS_UPROBES ...@@ -279,10 +279,6 @@ config ARCH_SUPPORTS_UPROBES
config ARCH_PROC_KCORE_TEXT config ARCH_PROC_KCORE_TEXT
def_bool y def_bool y
source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "arch/arm64/Kconfig.platforms" source "arch/arm64/Kconfig.platforms"
menu "Bus support" menu "Bus support"
...@@ -768,7 +764,6 @@ config HOLES_IN_ZONE ...@@ -768,7 +764,6 @@ config HOLES_IN_ZONE
def_bool y def_bool y
depends on NUMA depends on NUMA
source kernel/Kconfig.preempt
source kernel/Kconfig.hz source kernel/Kconfig.hz
config ARCH_SUPPORTS_DEBUG_PAGEALLOC config ARCH_SUPPORTS_DEBUG_PAGEALLOC
...@@ -806,8 +801,6 @@ config ARCH_WANT_HUGE_PMD_SHARE ...@@ -806,8 +801,6 @@ config ARCH_WANT_HUGE_PMD_SHARE
config ARCH_HAS_CACHE_LINE_SIZE config ARCH_HAS_CACHE_LINE_SIZE
def_bool y def_bool y
source "mm/Kconfig"
config SECCOMP config SECCOMP
bool "Enable seccomp to safely compute untrusted bytecode" bool "Enable seccomp to safely compute untrusted bytecode"
---help--- ---help---
...@@ -1289,10 +1282,6 @@ config DMI ...@@ -1289,10 +1282,6 @@ config DMI
endmenu endmenu
menu "Userspace binary formats"
source "fs/Kconfig.binfmt"
config COMPAT config COMPAT
bool "Kernel support for 32-bit EL0" bool "Kernel support for 32-bit EL0"
depends on ARM64_4K_PAGES || EXPERT depends on ARM64_4K_PAGES || EXPERT
...@@ -1316,8 +1305,6 @@ config SYSVIPC_COMPAT ...@@ -1316,8 +1305,6 @@ config SYSVIPC_COMPAT
def_bool y def_bool y
depends on COMPAT && SYSVIPC depends on COMPAT && SYSVIPC
endmenu
menu "Power management options" menu "Power management options"
source "kernel/power/Kconfig" source "kernel/power/Kconfig"
...@@ -1343,25 +1330,12 @@ source "drivers/cpufreq/Kconfig" ...@@ -1343,25 +1330,12 @@ source "drivers/cpufreq/Kconfig"
endmenu endmenu
source "net/Kconfig"
source "drivers/Kconfig"
source "drivers/firmware/Kconfig" source "drivers/firmware/Kconfig"
source "drivers/acpi/Kconfig" source "drivers/acpi/Kconfig"
source "fs/Kconfig"
source "arch/arm64/kvm/Kconfig" source "arch/arm64/kvm/Kconfig"
source "arch/arm64/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
if CRYPTO if CRYPTO
source "arch/arm64/crypto/Kconfig" source "arch/arm64/crypto/Kconfig"
endif endif
source "lib/Kconfig"
menu "Kernel hacking"
source "lib/Kconfig.debug"
config ARM64_PTDUMP_CORE config ARM64_PTDUMP_CORE
def_bool n def_bool n
...@@ -97,5 +94,3 @@ config ARM64_RELOC_TEST ...@@ -97,5 +94,3 @@ config ARM64_RELOC_TEST
tristate "Relocation testing module" tristate "Relocation testing module"
source "drivers/hwtracing/coresight/Kconfig" source "drivers/hwtracing/coresight/Kconfig"
endmenu
...@@ -53,12 +53,8 @@ config C6X_BIG_KERNEL ...@@ -53,12 +53,8 @@ config C6X_BIG_KERNEL
If unsure, say N. If unsure, say N.
source "init/Kconfig"
# Use the generic interrupt handling code in kernel/irq/ # Use the generic interrupt handling code in kernel/irq/
source "kernel/Kconfig.freezer"
config CMDLINE_BOOL config CMDLINE_BOOL
bool "Default bootloader kernel arguments" bool "Default bootloader kernel arguments"
...@@ -114,43 +110,6 @@ config KERNEL_RAM_BASE_ADDRESS ...@@ -114,43 +110,6 @@ config KERNEL_RAM_BASE_ADDRESS
default 0xe0000000 if SOC_TMS320C6472 default 0xe0000000 if SOC_TMS320C6472
default 0x80000000 default 0x80000000
source "mm/Kconfig"
source "kernel/Kconfig.preempt"
source "kernel/Kconfig.hz" source "kernel/Kconfig.hz"
endmenu endmenu
menu "Executable file formats"
source "fs/Kconfig.binfmt"
endmenu
source "net/Kconfig"
source "drivers/Kconfig"
source "fs/Kconfig"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
menu "Kernel hacking"
source "lib/Kconfig.debug"
config ACCESS_CHECK
bool "Check the user pointer address"
default y
help
Usually the pointer transfer from user space is checked to see if its
address is in the kernel space.
Say N here to disable that check to improve the performance.
endmenu
# SPDX-License-Identifier: GPL-2.0
config ACCESS_CHECK
bool "Check the user pointer address"
default y
help
Usually the pointer transfer from user space is checked to see if its
address is in the kernel space.
Say N here to disable that check to improve the performance.
...@@ -48,40 +48,4 @@ config NR_CPUS ...@@ -48,40 +48,4 @@ config NR_CPUS
int int
default 1 default 1
source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "arch/h8300/Kconfig.cpu" source "arch/h8300/Kconfig.cpu"
menu "Kernel Features"
source "kernel/Kconfig.preempt"
source "mm/Kconfig"
endmenu
menu "Executable file formats"
source "fs/Kconfig.binfmt"
endmenu
source "net/Kconfig"
source "drivers/Kconfig"
source "fs/Kconfig"
menu "Kernel hacking"
source "lib/Kconfig.debug"
endmenu
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
# dummy file, do not delete
...@@ -4,6 +4,7 @@ comment "Linux Kernel Configuration for Hexagon" ...@@ -4,6 +4,7 @@ comment "Linux Kernel Configuration for Hexagon"
config HEXAGON config HEXAGON
def_bool y def_bool y
select ARCH_NO_PREEMPT
select HAVE_OPROFILE select HAVE_OPROFILE
# Other pending projects/to-do items. # Other pending projects/to-do items.
# select HAVE_REGS_AND_STACK_ACCESS_API # select HAVE_REGS_AND_STACK_ACCESS_API
...@@ -146,26 +147,6 @@ config PAGE_SIZE_256KB ...@@ -146,26 +147,6 @@ config PAGE_SIZE_256KB
endchoice endchoice
source "mm/Kconfig"
source "kernel/Kconfig.hz" source "kernel/Kconfig.hz"
endmenu endmenu
source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "drivers/Kconfig"
source "fs/Kconfig"
menu "Executable File Formats"
source "fs/Kconfig.binfmt"
endmenu
source "net/Kconfig"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
menu "Kernel hacking"
source "lib/Kconfig.debug"
endmenu
# dummy file, do not delete
...@@ -4,10 +4,6 @@ config PGTABLE_LEVELS ...@@ -4,10 +4,6 @@ config PGTABLE_LEVELS
range 3 4 if !IA64_PAGE_SIZE_64KB range 3 4 if !IA64_PAGE_SIZE_64KB
default 3 default 3
source "init/Kconfig"
source "kernel/Kconfig.freezer"
menu "Processor type and features" menu "Processor type and features"
config IA64 config IA64
...@@ -369,10 +365,6 @@ config FORCE_CPEI_RETARGET ...@@ -369,10 +365,6 @@ config FORCE_CPEI_RETARGET
This option it useful to enable this feature on older BIOS's as well. This option it useful to enable this feature on older BIOS's as well.
You can also enable this by using boot command line option force_cpei=1. You can also enable this by using boot command line option force_cpei=1.
source "kernel/Kconfig.preempt"
source "mm/Kconfig"
config ARCH_SELECT_MEMORY_MODEL config ARCH_SELECT_MEMORY_MODEL
def_bool y def_bool y
...@@ -533,8 +525,6 @@ config CRASH_DUMP ...@@ -533,8 +525,6 @@ config CRASH_DUMP
source "drivers/firmware/Kconfig" source "drivers/firmware/Kconfig"
source "fs/Kconfig.binfmt"
endmenu endmenu
menu "Power management and ACPI options" menu "Power management and ACPI options"
...@@ -575,10 +565,6 @@ endmenu ...@@ -575,10 +565,6 @@ endmenu
endif endif
source "net/Kconfig"
source "drivers/Kconfig"
source "arch/ia64/hp/sim/Kconfig" source "arch/ia64/hp/sim/Kconfig"
config MSPEC config MSPEC
...@@ -589,13 +575,3 @@ config MSPEC ...@@ -589,13 +575,3 @@ config MSPEC
If you have an ia64 and you want to enable memory special If you have an ia64 and you want to enable memory special
operations support (formerly known as fetchop), say Y here, operations support (formerly known as fetchop), say Y here,
otherwise say N. otherwise say N.
source "fs/Kconfig"
source "arch/ia64/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menu "Kernel hacking"
source "lib/Kconfig.debug"
choice choice
prompt "Physical memory granularity" prompt "Physical memory granularity"
...@@ -56,5 +53,3 @@ config IA64_DEBUG_IRQ ...@@ -56,5 +53,3 @@ config IA64_DEBUG_IRQ
Selecting this option turns on bug checking for the IA-64 irq_save Selecting this option turns on bug checking for the IA-64 irq_save
and restore instructions. It's useful for tracking down spinlock and restore instructions. It's useful for tracking down spinlock
problems, but slow! If you're unsure, select N. problems, but slow! If you're unsure, select N.
endmenu
...@@ -5,6 +5,7 @@ config M68K ...@@ -5,6 +5,7 @@ config M68K
select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA
select ARCH_MIGHT_HAVE_PC_PARPORT if ISA select ARCH_MIGHT_HAVE_PC_PARPORT if ISA
select ARCH_NO_COHERENT_DMA_MMAP if !MMU select ARCH_NO_COHERENT_DMA_MMAP if !MMU
select ARCH_NO_PREEMPT if !COLDFIRE
select HAVE_IDE select HAVE_IDE
select HAVE_AOUT if MMU select HAVE_AOUT if MMU
select HAVE_DEBUG_BUGVERBOSE select HAVE_DEBUG_BUGVERBOSE
...@@ -80,10 +81,6 @@ config PGTABLE_LEVELS ...@@ -80,10 +81,6 @@ config PGTABLE_LEVELS
default 2 if SUN3 || COLDFIRE default 2 if SUN3 || COLDFIRE
default 3 default 3
source "init/Kconfig"
source "kernel/Kconfig.freezer"
config MMU config MMU
bool "MMU-based Paged Memory Management Support" bool "MMU-based Paged Memory Management Support"
default y default y
...@@ -138,18 +135,6 @@ endmenu ...@@ -138,18 +135,6 @@ endmenu
menu "Kernel Features" menu "Kernel Features"
if COLDFIRE
source "kernel/Kconfig.preempt"
endif
source "mm/Kconfig"
endmenu
menu "Executable file formats"
source "fs/Kconfig.binfmt"
endmenu endmenu
if !MMU if !MMU
...@@ -163,18 +148,4 @@ config PM ...@@ -163,18 +148,4 @@ config PM
endmenu endmenu
endif endif
source "net/Kconfig"
source "drivers/Kconfig"
source "arch/m68k/Kconfig.devices" source "arch/m68k/Kconfig.devices"
source "fs/Kconfig"
source "arch/m68k/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menu "Kernel hacking"
source "lib/Kconfig.debug"
config BOOTPARAM config BOOTPARAM
bool 'Compiled-in Kernel Boot Parameter' bool 'Compiled-in Kernel Boot Parameter'
...@@ -51,5 +48,3 @@ config BDM_DISABLE ...@@ -51,5 +48,3 @@ config BDM_DISABLE
Disable the ColdFire CPU's BDM signals. Disable the ColdFire CPU's BDM signals.
endif endif
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment