mbox series

[v2,0/3] hwrng: cctrng kconfig updates

Message ID 1587980946-363-1-git-send-email-hadar.gat@arm.com
Headers show
Series hwrng: cctrng kconfig updates | expand

Message

Hadar Gat April 27, 2020, 9:49 a.m. UTC
Some fixes in Kconfig for cctrng:
 + add missing dependency on OF
 + change default to 'n'
 + improve inaccurate help description

v2 changes:
  + remove unneeded depends on HW_RANDOM.
  + remove unneeded line 'default n' in order to follow the convention.
  + in help description changed to: If unsure, say 'N'

Hadar Gat (3):
  hwrng: cctrng - Add dependency on OF
  hwrng: cctrng - change default to n
  hwrng: cctrng - update help description

 drivers/char/hw_random/Kconfig | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)