diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-15 21:43:59 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-18 21:45:49 +0200 |
commit | 44b9175d7cb8aeb6d407f861848a398ad9336304 (patch) | |
tree | c6af986d4b539c66de20a6d045426c893d8367f4 /target/linux/generic/config-4.9 | |
parent | 398edca82e156747fed6917c79195da1c8c0c863 (diff) | |
download | upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.gz upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.bz2 upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.zip |
omap: Add support for kernel 4.9
This adds support for kernel 4.9 and replaces the kernel 4.4 support.
These are lynxis test results:
panda-board a3 - works, but no network, but master/4.4 doesn't have network either.
panda-board-a4 - u-boot SPL refuse to boot.
beaglebone-black - works
beagle-board - usb attached network doesn't come up and I doesn't have a serial around.
beagle-board-xm - ToDo: image code is missing.
Kernel 4.4 does not look better, so we merge this anyway.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/generic/config-4.9')
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index b73e0adba3..c3793466b3 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -3119,6 +3119,7 @@ CONFIG_PACKET=y CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_64KB is not set # CONFIG_PAGE_SIZE_8KB is not set +# CONFIG_PALMAS_GPADC is not set # CONFIG_PANASONIC_LAPTOP is not set # CONFIG_PANEL is not set CONFIG_PANIC_ON_OOPS=y |