Kbuild: Change dependencies on DRV_RANDOM.

This commit changes the dependency schemme for DRV_RANDOM.
This fix an issue that prevented the merge of this symbol
as a config overlay.

Change-Id: I734a5814af90b9c57355b78cc43f96f05c1afa96
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-09 21:27:47 -05:00 committed by Anas Nashif
commit 3d2256e522
3 changed files with 2 additions and 3 deletions

View file

@ -46,6 +46,4 @@ config DRV_RANDOM
help
This option enables the random number generator driver.
if DRV_RANDOM
source "drivers/random/Kconfig"
endif