Skip to content

Commit 2f800ce

Browse files
nordicjmnashif
authored andcommitted
soc: Remove re-defining some defined types
Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <[email protected]>
1 parent ed48de2 commit 2f800ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-71
lines changed

soc/atmel/sam0/samd51/Kconfig.defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
if SOC_SERIES_SAMD51
88

99
config NUM_IRQS
10-
int
1110
default 137
1211

1312
config ROM_START_OFFSET

soc/brcm/bcm2711/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
if SOC_BCM2711
55

66
config NUM_IRQS
7-
int
87
default 260
98

109
config SYS_CLOCK_HW_CYCLES_PER_SEC
11-
int
1210
default 54000000
1311

1412
endif

soc/brcm/bcm2712/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
if SOC_BCM2712
55

66
config NUM_IRQS
7-
int
87
default 280
98

109
config SYS_CLOCK_HW_CYCLES_PER_SEC
11-
int
1210
default 54000000
1311

1412
endif

soc/brcm/bcmvk/valkyrie/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
if SOC_SERIES_VALKYRIE
77

88
config NUM_IRQS
9-
int
109
default 240
1110

1211
config SYS_CLOCK_HW_CYCLES_PER_SEC
13-
int
1412
default 500000000
1513

1614
endif # SOC_SERIES_VALKYRIE

soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
if SOC_BCM58402_A72
55

66
config NUM_IRQS
7-
int
87
default 260
98

109
config SYS_CLOCK_HW_CYCLES_PER_SEC
11-
int
1210
default 25000000
1311

1412
endif

soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
if SOC_BCM58402_M7
55

66
config NUM_IRQS
7-
int
87
default 240
98

109
config SYS_CLOCK_HW_CYCLES_PER_SEC
11-
int
1210
default 500000000
1311

1412
endif

soc/efinix/sapphire/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
77
default 100000000
88

99
config RISCV_SOC_INTERRUPT_INIT
10-
bool
1110
default y
1211

1312
config NUM_IRQS
14-
int
1513
default 36
1614

1715
config 2ND_LVL_INTR_00_OFFSET

soc/gaisler/gr716a/Kconfig.defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config SPARC_NWIN
77
default 31
88

99
config SYS_CLOCK_HW_CYCLES_PER_SEC
10-
int
1110
default 50000000
1211

1312
if FLASH

soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ if SOC_AGILEX
66
# must be >= the highest interrupt number used
77
# - include the UART interrupts 173 or 204
88
config NUM_IRQS
9-
int
109
default 205
1110

1211
config SYS_CLOCK_HW_CYCLES_PER_SEC
13-
int
1412
default 25000000
1513

1614
config KERNEL_VM_SIZE

soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ if SOC_AGILEX5
66
# must be >= the highest interrupt number used
77
# - include the UART interrupts 173 or 274
88
config NUM_IRQS
9-
int
109
default 274
1110

1211
config SYS_CLOCK_HW_CYCLES_PER_SEC
13-
int
1412
default 400000000
1513

1614
config KERNEL_VM_SIZE

0 commit comments

Comments
 (0)