diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-04-06 15:51:42 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-04-06 15:51:42 +0100 |
commit | 96b951dd144a041ec6e9ae8fa176eab7dedb3368 (patch) | |
tree | 77f18b18ca7caf48d65d53f2f57d331af65afb5e /kernel-aarch64.config | |
parent | f94fde04fcfd727fa9521e45aeed1e3861384ef5 (diff) | |
download | kernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.tar.gz kernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.tar.xz kernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.zip |
Rebase to new HummingBoard 2 DT patch, Minor ARM cleanups.
Enable Serial device TTY port controller As the TTY core is built-in only, this
has the side effect of making serdev built-in as well. This is needed for
devices such as Bluetooth, WiFi, GPS and NFC connected to UARTs on host processors.
Diffstat (limited to 'kernel-aarch64.config')
-rw-r--r-- | kernel-aarch64.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel-aarch64.config b/kernel-aarch64.config index b19f66426..022c906d5 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -2170,6 +2170,7 @@ CONFIG_INTEL_XWAY_PHY=m # CONFIG_INV_MPU6050_SPI is not set # CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set # CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set +CONFIG_IOMMU_IO_PGTABLE_LPAE=y CONFIG_IOMMU_SUPPORT=y CONFIG_IOSCHED_CFQ=y CONFIG_IOSCHED_DEADLINE=y @@ -4398,7 +4399,7 @@ CONFIG_S2IO=m # CONFIG_SAMPLES is not set # CONFIG_SAMSUNG_USBPHY is not set CONFIG_SATA_ACARD_AHCI=m -CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_SATA_AHCI_PLATFORM=m CONFIG_SATA_AHCI_SEATTLE=m CONFIG_SATA_AHCI=y # CONFIG_SATA_DWC is not set @@ -4755,7 +4756,8 @@ CONFIG_SERIAL_ARC_NR_PORTS=1 # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_CORE=y -CONFIG_SERIAL_DEV_BUS=m +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y # CONFIG_SERIAL_FSL_LPUART is not set # CONFIG_SERIAL_IFX6X60 is not set |