zephyr/scripts/kconfig
Kumar Gala 22e7449b73 kconfig: Introduce typed dt kconfig functions
Replace:
  dt_chosen_reg_addr
  dt_chosen_reg_size
  dt_node_reg_addr
  dt_node_reg_size

with:
  dt_chosen_reg_addr_int
  dt_chosen_reg_size_int
  dt_chosen_reg_addr_hex
  dt_chosen_reg_size_hex
  dt_node_reg_addr_int
  dt_node_reg_size_int
  dt_node_reg_addr_hex
  dt_node_reg_size_hex

So that we get the proper formatted string for the type of symbol.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-10-24 08:51:06 -05:00
..
diffconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
guiconfig.py kconfiglib: Expose parsing location to Python preprocessor functions 2019-09-09 19:48:44 +02:00
kconfig.py scripts: kconfig: normalize paths to avoid duplicate 2019-08-19 16:26:31 +02:00
kconfigfunctions.py kconfig: Introduce typed dt kconfig functions 2019-10-24 08:51:06 -05:00
kconfiglib.py kconfiglib: Fix preprocessor issue for nested parentheses 2019-09-27 11:05:56 +02:00
menuconfig.py kconfiglib: Expose parsing location to Python preprocessor functions 2019-09-09 19:48:44 +02:00