]> git.ipfire.org Git - people/ms/u-boot.git/commit
Kconfig: Drop CONFIG_CMD_DS4510
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 09:25:01 +0000 (03:25 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 May 2017 12:37:07 +0000 (08:37 -0400)
commit1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0
tree2701eeffd5fe91d3333eb4d6dd4197331e464193
parent8dd026bffd0953d38bb4ed509590fcff7a083e37
Kconfig: Drop CONFIG_CMD_DS4510

This option enables a command in the driver. But the functions defined by
the driver are not called anywhere else in U-Boot. So it does not seem
useful to have this driver without its commands.

Drop this option, move the header file out of the common include/
directory and make all the function static.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/misc/ds4510.c
drivers/misc/ds4510.h [moved from include/ds4510.h with 75% similarity]
include/configs/xpedite517x.h
include/configs/xpedite537x.h
scripts/config_whitelist.txt