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 /baseconfig | |
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 'baseconfig')
-rw-r--r-- | baseconfig/CONFIG_SERIAL_DEV_BUS | 2 | ||||
-rw-r--r-- | baseconfig/CONFIG_SERIAL_DEV_CTRL_TTYPORT | 1 | ||||
-rw-r--r-- | baseconfig/arm/CONFIG_IOMMU_IO_PGTABLE_LPAE (renamed from baseconfig/arm/armv7/CONFIG_IOMMU_IO_PGTABLE_LPAE) | 0 | ||||
-rw-r--r-- | baseconfig/arm/arm64/CONFIG_SATA_AHCI_PLATFORM | 1 | ||||
-rw-r--r-- | baseconfig/arm/armv7/CONFIG_PATA_PLATFORM | 1 |
5 files changed, 2 insertions, 3 deletions
diff --git a/baseconfig/CONFIG_SERIAL_DEV_BUS b/baseconfig/CONFIG_SERIAL_DEV_BUS index 68cfe9ac2..f73dc688e 100644 --- a/baseconfig/CONFIG_SERIAL_DEV_BUS +++ b/baseconfig/CONFIG_SERIAL_DEV_BUS @@ -1 +1 @@ -CONFIG_SERIAL_DEV_BUS=m +CONFIG_SERIAL_DEV_BUS=y diff --git a/baseconfig/CONFIG_SERIAL_DEV_CTRL_TTYPORT b/baseconfig/CONFIG_SERIAL_DEV_CTRL_TTYPORT new file mode 100644 index 000000000..4d61eadb1 --- /dev/null +++ b/baseconfig/CONFIG_SERIAL_DEV_CTRL_TTYPORT @@ -0,0 +1 @@ +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y diff --git a/baseconfig/arm/armv7/CONFIG_IOMMU_IO_PGTABLE_LPAE b/baseconfig/arm/CONFIG_IOMMU_IO_PGTABLE_LPAE index 73494e9d2..73494e9d2 100644 --- a/baseconfig/arm/armv7/CONFIG_IOMMU_IO_PGTABLE_LPAE +++ b/baseconfig/arm/CONFIG_IOMMU_IO_PGTABLE_LPAE diff --git a/baseconfig/arm/arm64/CONFIG_SATA_AHCI_PLATFORM b/baseconfig/arm/arm64/CONFIG_SATA_AHCI_PLATFORM deleted file mode 100644 index f4729baed..000000000 --- a/baseconfig/arm/arm64/CONFIG_SATA_AHCI_PLATFORM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SATA_AHCI_PLATFORM=y diff --git a/baseconfig/arm/armv7/CONFIG_PATA_PLATFORM b/baseconfig/arm/armv7/CONFIG_PATA_PLATFORM deleted file mode 100644 index e385815ec..000000000 --- a/baseconfig/arm/armv7/CONFIG_PATA_PLATFORM +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_PATA_PLATFORM is not set |