Skip to content

Commit f74dc83

Browse files
committed
[ot] hw/opentitan: ot_random_src: remove ot_random_src implementation
it is no longer useful Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 01f00f4 commit f74dc83

File tree

4 files changed

+0
-117
lines changed

4 files changed

+0
-117
lines changed

hw/opentitan/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ config OT_PWRMGR
158158
select OT_CLOCK_CTRL
159159
bool
160160

161-
config OT_RANDOM_SRC
162-
bool
163-
164161
config OT_ROM_CTRL
165162
bool
166163
select OT_COMMON

hw/opentitan/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ system_ss.add(when: 'CONFIG_OT_PRESENT', if_true: files('ot_present.c'))
4646
system_ss.add(when: 'CONFIG_OT_PRINCE', if_true: files('ot_prince.c'))
4747
system_ss.add(when: 'CONFIG_OT_PRNG', if_true: files('ot_prng.c'))
4848
system_ss.add(when: 'CONFIG_OT_PWRMGR', if_true: files('ot_pwrmgr.c'))
49-
system_ss.add(when: 'CONFIG_OT_RANDOM_SRC', if_true: files('ot_random_src.c'))
5049
system_ss.add(when: 'CONFIG_OT_ROM_CTRL', if_true: files('ot_rom_ctrl.c', 'ot_rom_ctrl_img.c'))
5150
system_ss.add(when: 'CONFIG_OT_RSTMGR', if_true: files('ot_rstmgr.c'))
5251
system_ss.add(when: 'CONFIG_OT_SENSOR_EG', if_true: files('ot_sensor_eg.c'))

hw/opentitan/ot_random_src.c

Lines changed: 0 additions & 42 deletions
This file was deleted.

include/hw/opentitan/ot_random_src.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)