aboutsummaryrefslogtreecommitdiff
path: root/board/sunxi/Kconfig
diff options
context:
space:
mode:
authorMylène Josserand <mylene.josserand@free-electrons.com>2017-04-02 12:59:09 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-04-20 13:20:31 +0200
commitd7b560e6653b248a1920cbd2c5ac393d42e30b61 (patch)
tree07628dd0bcc1b028b41e99f27d2b3b7dc1a4f0cc /board/sunxi/Kconfig
parent751b0be0a1753bbc2f43c1d32e704bac9412d5af (diff)
downloadu-boot-d7b560e6653b248a1920cbd2c5ac393d42e30b61.zip
u-boot-d7b560e6653b248a1920cbd2c5ac393d42e30b61.tar.gz
u-boot-d7b560e6653b248a1920cbd2c5ac393d42e30b61.tar.bz2
sunxi: Convert CONFIG_SATAPWR to Kconfig
Convert the CONFIG_SATAPWR into kconfig. Thanks to that, many SYS_EXTRA_OPTIONS can be removed from some defconfigs. Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r--board/sunxi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index a667c9e..aa6b84b 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -706,6 +706,13 @@ config VIDEO_LCD_TL059WV5C0
endchoice
+config SATAPWR
+ string "SATA power pin"
+ default ""
+ help
+ Set the pins used to power the SATA. This takes a string in the
+ format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
+ port H.
config GMAC_TX_DELAY
int "GMAC Transmit Clock Delay Chain"