aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorGravatar Alan Cox <alan@linux.intel.com> 2011-11-10 13:29:14 +0000
committerGravatar Ingo Molnar <mingo@elte.hu> 2011-12-05 14:02:46 +0100
commit1ea7c6737c8f68453f55c894b3d07d7f48fcbef8 (patch)
tree4ceab28d069b0d69789d2bd70e57deb75a9aaa2b /arch/x86/Kconfig.debug
parentx86/sfi: Kill the IRQ as id hack (diff)
downloadlinux-1ea7c6737c8f68453f55c894b3d07d7f48fcbef8.tar.gz
linux-1ea7c6737c8f68453f55c894b3d07d7f48fcbef8.tar.bz2
linux-1ea7c6737c8f68453f55c894b3d07d7f48fcbef8.zip
x86/config: Revamp configuration for MID devices
This follows on from the patch applied in 3.2rc1 which creates an INTEL_MID configuration. We can now add the entry for Medfield specific code. After this is merged the final patch will be submitted which moves the rest of the device Kconfig dependancies to MRST/MEDFIELD/INTEL_MID as appropriate. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index bf56e1793272..28c3c73ab208 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -43,9 +43,9 @@ config EARLY_PRINTK
with klogd/syslogd or the X server. You should normally N here,
unless you want to debug such a crash.
-config EARLY_PRINTK_MRST
- bool "Early printk for MRST platform support"
- depends on EARLY_PRINTK && X86_MRST
+config EARLY_PRINTK_INTEL_MID
+ bool "Early printk for Intel MID platform support"
+ depends on EARLY_PRINTK && X86_INTEL_MID
config EARLY_PRINTK_DBGP
bool "Early printk via EHCI debug port"