diff options
author | Julius Werner <jwerner@chromium.org> | 2018-12-03 15:39:04 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-05 14:07:17 +0000 |
commit | 378ec8b0de5216b18ab5f2ca2f1ee0b0c29888ea (patch) | |
tree | 60e3b220ecebde867b1b7475d9f2fc7bb8b999f1 /payloads/libpayload/configs/config.purin | |
parent | 8ce51cde9490939f44ec898cb03e8a41cc419a96 (diff) | |
download | coreboot-378ec8b0de5216b18ab5f2ca2f1ee0b0c29888ea.tar.xz |
libpayload: Remove unused timer/serial drivers
This patch removes several timer and serial drivers (and configs) that
were specific to platforms which have been dropped in coreboot.
Change-Id: I589ca7f1a3b479f1c2b1b668a175a71583441ac9
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/30029
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'payloads/libpayload/configs/config.purin')
-rw-r--r-- | payloads/libpayload/configs/config.purin | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/payloads/libpayload/configs/config.purin b/payloads/libpayload/configs/config.purin deleted file mode 100644 index afcc199beb..0000000000 --- a/payloads/libpayload/configs/config.purin +++ /dev/null @@ -1,11 +0,0 @@ -CONFIG_LP_GPL=y -CONFIG_LP_ARCH_ARM=y -# CONFIG_LP_CURSES is not set -CONFIG_LP_SKIP_CONSOLE_INIT=y -# CONFIG_LP_VIDEO_CONSOLE is not set -# CONFIG_LP_STORAGE is not set -CONFIG_LP_TIMER_CYGNUS=y -CONFIG_LP_USB=y -# CONFIG_LP_USB_HID is not set -# CONFIG_LP_USB_HUB is not set -# CONFIG_LP_USB_MSC is not set |