diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:37 -0400 |
commit | bdba2b3a8809501b7073c242f9aa013eb456790d (patch) | |
tree | 5d5ab33e3343254892173648e5ac6fffaaaed161 /include/configs/chromebook_samus.h | |
parent | 12ca05a38bd47b207a6e616e80f2ab0453faf527 (diff) |
Convert CONFIG_CFB_CONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_CFB_CONSOLE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/chromebook_samus.h')
-rw-r--r-- | include/configs/chromebook_samus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/chromebook_samus.h b/include/configs/chromebook_samus.h index b89ba4154a..1234bff74c 100644 --- a/include/configs/chromebook_samus.h +++ b/include/configs/chromebook_samus.h @@ -16,8 +16,6 @@ #include <configs/x86-common.h> #include <configs/x86-chromebook.h> -#undef CONFIG_CFB_CONSOLE - #undef CONFIG_STD_DEVICES_SETTINGS #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \ "stdout=vidconsole,serial\0" \ |