This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
cb357e8227
zephyr
/
boards
/
arc
/
iotdk
/
Kconfig.defconfig
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
license: cleanup: add SPDX Apache-2.0 license identifier Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-06 21:08:09 +08:00
# SPDX-License-Identifier: Apache-2.0
board: add the initial support of iotdk The initial support of iotdk which is a board based on Synopsys ARC IoT SoC. In this commit, it includes * processor support * UART driver Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2018-11-16 12:10:55 +08:00
config BOARD
default "iotdk"
kconfig: Replace defconfig singe-symbol 'if's with 'depends on' Same deal as in commit eddd98f ("kconfig: Replace some single-symbol 'if's with 'depends on'"), for all symbols defined within defconfig files. See that commit for an explanation. Maybe 'if's were used originally to mirror the 'if's in the main Kconfig files, and then it got copied around by people assuming 'if' must work differently from 'depends on'. It doesn't match in every spot at least. Better to keep it simple and just consistently use 'depends on' when it's a single symbol/choice I think. Helps reinforce that 'if' isn't magic too. Verified by printing all Kconfig menu nodes (symbols, choices, menus, etc.) before and after the change and diffing (should show no difference). Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-02-10 11:18:50 +08:00
depends on BOARD_IOTDK