diff options
| author | Michal Simek <[email protected]> | 2018-07-23 15:55:13 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-30 07:18:48 -0400 |
| commit | 5ed063d10f647b7cdbd048c8acdf7d030f1a94e6 (patch) | |
| tree | 7b7586b85dad00f5a75fa2ab25f8f28450e5f78a /arch/microblaze | |
| parent | 6e7bdde4fecd9ae0c3a57e960ae4ab6676d7a02f (diff) | |
Kconfig: Sort bool, default, select and imply options
Fix Kconfig bool, default, select and imply options to be
alphabetically sorted.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/microblaze')
| -rw-r--r-- | arch/microblaze/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index c5645934513..1df1ecf72d1 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -11,10 +11,10 @@ choice config TARGET_MICROBLAZE_GENERIC bool "Support microblaze-generic" select BOARD_LATE_INIT - select SUPPORT_SPL - select OF_CONTROL select DM select DM_SERIAL + select OF_CONTROL + select SUPPORT_SPL select SYSRESET endchoice |
