RISC-V: Sort select statements alphanumerically
authorPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 4 Jun 2020 20:55:14 +0000 (13:55 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 10 Jun 2020 02:11:18 +0000 (19:11 -0700)
commite8c7ef7d5819cb7ece70ce0d22bce63ca45a29e2
tree06148d4f3a51ada25e974bda2889cbc677bb539d
parent084623e468d535d98f883cc2ccf2c4fdf2108556
RISC-V: Sort select statements alphanumerically

Like patch b1b3f49 ("ARM: config: sort select statements alphanumerically")
, we sort all our select statements alphanumerically by using the perl
script in patch b1b3f49 as above.

As suggested by Andrew Morton:

  This is a pet peeve of mine.  Any time there's a long list of items
  (header file inclusions, kconfig entries, array initalisers, etc) and
  someone wants to add a new item, they *always* go and stick it at the
  end of the list.

  Guys, don't do this.  Either put the new item into a randomly-chosen
  position or, probably better, alphanumerically sort the list.

Suggested-by: Zong Li <zong.li@sifive.com>
[Palmer: Re-ran the script, as there were predictably a bunch of conflicts]
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig