diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-24 09:26:44 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-12-05 09:26:26 -0700 |
commit | 93e1edffb02b7325673c5a4d73c41a951e1eb9b8 (patch) | |
tree | a3925d82bdfa0a637ca8516a02df06d6330932c5 /README | |
parent | 5ae2578a551cee9322bad0146fef4a66a9c19c02 (diff) | |
download | u-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.zip u-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.tar.gz u-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.tar.bz2 |
Convert CONFIG_KEYBOARD to Kconfig
This converts the following to Kconfig:
CONFIG_KEYBOARD
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1063,14 +1063,6 @@ The following options need to be configured: - Keyboard Support: See Kconfig help for available keyboard drivers. - CONFIG_KEYBOARD - - Define this to enable a custom keyboard support. - This simply calls drv_keyboard_init() which must be - defined in your board-specific files. This option is deprecated - and is only used by novena. For new boards, use driver model - instead. - - Video support: CONFIG_FSL_DIU_FB Enable the Freescale DIU video driver. Reference boards for |