commit | aa15038cdf4a00898bac05be8af63e6d1006aa1f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 12 23:30:14 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | 87a1485bbb7300a68f53c0263e777d99333bd14f | |
parent | e7a773a0bcceb130e441398d8bc97febacb0d499 [diff] |
rockchip: Use 'select' instead of defaults in Kconfig Rockchip uses driver model for all subsystems. Specify this in the arm Kconfig rather than as defaults in the Rockchip Kconfig. This means that boards cannot turn these options off, which seems correct. Signed-off-by: Simon Glass <sjg@chromium.org>