x86: geode: Add missing config options
This adds a configuration options which is needed now.
Without this patch the geode build will fail.
Fixes: 4eda2fddf2
("x86/geode: enable X86_INTEL_LPSS to select PINCTRL")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
8fd8e79143
commit
0f2787b9ff
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,8 @@ CONFIG_I2C_BOARDINFO=y
|
|||
# CONFIG_INTEL_IPS is not set
|
||||
# CONFIG_INTEL_MENLOW is not set
|
||||
# CONFIG_INTEL_PMC_IPC is not set
|
||||
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
|
||||
CONFIG_IOSF_MBI=y
|
||||
# CONFIG_IOSF_MBI_DEBUG is not set
|
||||
CONFIG_ISA=y
|
||||
# CONFIG_ISAPNP is not set
|
||||
CONFIG_ISA_BUS_API=y
|
||||
|
@ -124,7 +125,6 @@ CONFIG_SERIAL_8250_PNP=y
|
|||
# CONFIG_SURFACE_PRO3_BUTTON is not set
|
||||
# CONFIG_TOSHIBA_BT_RFKILL is not set
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
CONFIG_USB_OHCI_HCD_PCI=y
|
||||
CONFIG_VGACON_SOFT_SCROLLBACK=y
|
||||
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
|
||||
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
|
||||
|
|
Loading…
Reference in a new issue