-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arch: arm: nrf: add hardware description for nrf kconfig files #8363
Merged
carlescufi
merged 3 commits into
zephyrproject-rtos:master
from
jakub-uC:nrf_hw_description_in_kconfig
Jun 19, 2018
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
# Kconfig.peripherals - Nordic Semiconductor nRFx MCU peripherals list. | ||
# | ||
# Copyright (c) 2018 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
config HAS_HW_NRF_ACL | ||
bool | ||
|
||
config HAS_HW_NRF_ADC | ||
bool | ||
|
||
config HAS_HW_NRF_CC310 | ||
bool | ||
|
||
config HAS_HW_NRF_CCM | ||
bool | ||
|
||
config HAS_HW_NRF_CLOCK | ||
bool | ||
|
||
config HAS_HW_NRF_COMP | ||
bool | ||
|
||
config HAS_HW_NRF_ECB | ||
bool | ||
|
||
config HAS_HW_NRF_EGU0 | ||
bool | ||
|
||
config HAS_HW_NRF_EGU1 | ||
bool | ||
|
||
config HAS_HW_NRF_EGU2 | ||
bool | ||
|
||
config HAS_HW_NRF_EGU3 | ||
bool | ||
|
||
config HAS_HW_NRF_EGU4 | ||
bool | ||
|
||
config HAS_HW_NRF_EGU5 | ||
bool | ||
|
||
config HAS_HW_NRF_GPIO0 | ||
bool | ||
|
||
config HAS_HW_NRF_GPIO1 | ||
bool | ||
|
||
config HAS_HW_NRF_GPIOTE | ||
bool | ||
|
||
config HAS_HW_NRF_I2S | ||
bool | ||
|
||
config HAS_HW_NRF_LPCOMP | ||
bool | ||
|
||
config HAS_HW_NRF_MWU | ||
bool | ||
|
||
config HAS_HW_NRF_NFCT | ||
bool | ||
|
||
config HAS_HW_NRF_PDM | ||
bool | ||
|
||
config HAS_HW_NRF_POWER | ||
bool | ||
|
||
config HAS_HW_NRF_PPI | ||
bool | ||
|
||
config HAS_HW_NRF_PWM0 | ||
bool | ||
|
||
config HAS_HW_NRF_PWM1 | ||
bool | ||
|
||
config HAS_HW_NRF_PWM2 | ||
bool | ||
|
||
config HAS_HW_NRF_PWM3 | ||
bool | ||
|
||
config HAS_HW_NRF_QDEC | ||
bool | ||
|
||
config HAS_HW_NRF_QSPI | ||
bool | ||
|
||
config HAS_HW_NRF_RNG | ||
bool | ||
|
||
config HAS_HW_NRF_RTC0 | ||
bool | ||
|
||
config HAS_HW_NRF_RTC1 | ||
bool | ||
|
||
config HAS_HW_NRF_RTC2 | ||
bool | ||
|
||
config HAS_HW_NRF_SAADC | ||
bool | ||
|
||
config HAS_HW_NRF_SPI0 | ||
bool | ||
|
||
config HAS_HW_NRF_SPI1 | ||
bool | ||
|
||
config HAS_HW_NRF_SPI2 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIM0 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIM1 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIM2 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIM3 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIS0 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIS1 | ||
bool | ||
|
||
config HAS_HW_NRF_SPIS2 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI0 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI1 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI2 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI3 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI4 | ||
bool | ||
|
||
config HAS_HW_NRF_SWI5 | ||
bool | ||
|
||
config HAS_HW_NRF_TEMP | ||
bool | ||
|
||
config HAS_HW_NRF_TIMER0 | ||
bool | ||
|
||
config HAS_HW_NRF_TIMER1 | ||
bool | ||
|
||
config HAS_HW_NRF_TIMER2 | ||
bool | ||
|
||
config HAS_HW_NRF_TIMER3 | ||
bool | ||
|
||
config HAS_HW_NRF_TIMER4 | ||
bool | ||
|
||
config HAS_HW_NRF_TWI0 | ||
bool | ||
|
||
config HAS_HW_NRF_TWI1 | ||
bool | ||
|
||
config HAS_HW_NRF_TWIM0 | ||
bool | ||
|
||
config HAS_HW_NRF_TWIM1 | ||
bool | ||
|
||
config HAS_HW_NRF_TWIS0 | ||
bool | ||
|
||
config HAS_HW_NRF_TWIS1 | ||
bool | ||
|
||
config HAS_HW_NRF_UART0 | ||
bool | ||
|
||
config HAS_HW_NRF_UARTE0 | ||
bool | ||
|
||
config HAS_HW_NRF_UARTE1 | ||
bool | ||
|
||
config HAS_HW_NRF_USBD | ||
bool | ||
|
||
config HAS_HW_NRF_WDT | ||
bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change together with the XIP one should be extracted to a separate commit with an explanation in the commit message why these selects have been moved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now there are 3 logical (I hope) commits.