Tom Rini 54f80dd290 Convert CONFIG_HOSTNAME et al to Kconfig
This converts the following to Kconfig:
   CONFIG_GATEWAYIP
   CONFIG_HOSTNAME
   CONFIG_IPADDR
   CONFIG_NETMASK
   CONFIG_ROOTPATH
   CONFIG_SERVERIP
   CONFIG_UBOOTPATH

To do this, we introduce a CONFIG_USE_ form of each of the above and
change include/env_default.h to test for that to be set before setting a
value. Further, we don't want to stringify the IP address related values
as they are now properly strings via Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-12-22 10:31:48 -05:00
..
2020-06-12 13:17:23 -04:00
2022-12-07 16:04:17 -05:00
2022-12-07 16:04:17 -05:00
2022-12-05 12:47:16 -05:00
2022-12-05 12:47:16 -05:00
2019-09-04 11:37:19 -05:00
2022-12-05 12:47:16 -05:00
2022-11-28 13:06:39 -05:00
2020-09-30 16:55:03 -04:00
2022-11-28 13:06:39 -05:00
2018-07-02 14:14:20 -05:00