diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-29 14:38:10 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-29 14:38:10 +0000 |
commit | 5e54871375a3416c576d1d1fbdfddda2dbcc7411 (patch) | |
tree | 50a28963eaed86aa715652c168368836c2a032af /src/cpu/intel/ep80579/Kconfig | |
parent | 2f2e435cc6bd77e9456577f4cd712b46bec82b61 (diff) |
More consistent use of "default n" and "select XYZ" in
Kconfig files
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/ep80579/Kconfig')
-rw-r--r-- | src/cpu/intel/ep80579/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/ep80579/Kconfig b/src/cpu/intel/ep80579/Kconfig index 213ce8c7f0..681a89f34f 100644 --- a/src/cpu/intel/ep80579/Kconfig +++ b/src/cpu/intel/ep80579/Kconfig @@ -1,3 +1,3 @@ config CPU_INTEL_EP80579 bool - default false + default n |